x86/ACPI: fix error indication from acpi_parse_madt_lapic_entries()
authorJan Beulich <jbeulich@suse.com>
Wed, 19 Sep 2012 07:26:26 +0000 (09:26 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 19 Sep 2012 07:26:26 +0000 (09:26 +0200)
commit96f0763e3f86af23d47aaaaf760d521815a97b61
tree05ff60b4a5a08d30f74e1abd59d94978975a62ea
parentfdbb35aaea778f8457728cde49d5918916c33470
x86/ACPI: fix error indication from acpi_parse_madt_lapic_entries()

If the legacy APIC invocation of acpi_table_parse_madt() succeeds but
the x2APIC counterpart fails, this is regarded as failure by the
function, yet its return value would indicate success.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/acpi/boot.c